パラメータ
- method
- A delegate to a method that takes parameters of the same number and type that are contained in the args parameter.
- args
- An array of objects to pass as arguments to the specified method. This parameter can be null 参照 (Visual Basicでは Nothing) if the method takes no arguments.
戻り値の型
An System.Object that contains the return value from the delegate being invoked, or null 参照 (Visual Basicでは Nothing) if the delegate has no return value.